home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 2
/
AACD 2.iso
/
AACD
/
Magazine
/
UsingPDF
/
GhostScript
/
source
/
gs5.10
/
cp.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1997-03-16
|
114 b
|
11 lines
@echo off
if "%2"=="." goto ne
erase _.tmp
rem >_.tmp
copy /B %1+_.tmp %2
erase _.tmp
goto x
:ne
copy /B %1 %2
:x